home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 05 / setup.exe / README.txt < prev   
Text File  |  2001-02-01  |  5KB  |  174 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 0.94: February 2, 2001
  4.  
  5. http://www.cs.cmu.edu/~music/audacity/
  6.  
  7. Primary author:
  8.  
  9.   Dominic Mazzoni <dmazzoni+@cs.cmu.edu>
  10.  
  11. Authors:
  12.  
  13.   Dominic Mazzoni <dmazzoni+@cs.cmu.edu>
  14.   Roger Dannenberg <rbd+@cs.cmu.edu>
  15.   Jason Cohen <cohen3+@andrew.cmu.edu>
  16.   Robert Leidle <rfl+@andrew.cmu.edu>
  17.   Mark Tomlinson <marktoml@hotmail.com>
  18.   Joshua Haberman <joshua@haberman.com>
  19.  
  20. Icons and logo:
  21.  
  22.   Harvey Lubin <agrapha@agrapha.com>
  23.   http://www.agrapha.com/
  24.  
  25. For changelog, see the bottom of this document
  26.  
  27. -------------------------------------------------------------
  28.  
  29. With the exception of the Xaudio library for importing MP3 files,
  30. this program is free software; you can redistribute it and/or
  31. modify it under the terms of the GNU General Public
  32. License as published by the Free Software Foundation; either
  33. version 2 of the License, or (at your option) any later version.
  34.  
  35. The Xaudio library is commercial software and has been licensed
  36. for use in this program.  For more information, see their
  37. website at http://www.xaudio.com/
  38.  
  39. This program is distributed in the hope that it will be useful,
  40. but WITHOUT ANY WARRANTY; without even the implied warranty of
  41. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  42. General Public License for more details.
  43.  
  44. You should have received a copy of the GNU General Public
  45. License along with this program (in a file called LICENSE.txt); if not,
  46. go to http://www.gnu.org/copyleft/gpl.html or write to the Free
  47. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  48.  
  49. -------------------------------------------------------------
  50.  
  51. Source code to this program is always available; for more
  52. information visit our website at:
  53.  
  54.   http://www.cs.cmu.edu/~music/audacity/
  55.  
  56. This program uses wxWindows, a cross-platform GUI toolkit.  To
  57. compile this program, you will need to download wxWindows from:
  58.  
  59.   http://www.wxwindows.org/
  60.  
  61. To compile under Linux, simply run:
  62.  
  63.   ./configure
  64.   make
  65.  
  66. If you want to do any development, you might want to generate
  67. dependencies:
  68.  
  69.   make dep
  70.  
  71. For more information on compilation on other platforms (VC++
  72. for Windows and CodeWarrior for Mac are supported) please
  73. email Dominic Mazzoni <dmazzoni+@cs.cmu.edu>.
  74.  
  75. -------------------------------------------------------------
  76.  
  77. Known problems:
  78.  
  79. * Windows: The floating tool palette does not minimize when
  80.   minimizing a project window.  As a workaround, you can
  81.   just keep the tool palette docked with the project window.
  82.  
  83. -------------------------------------------------------------
  84.  
  85. Changes in 0.94:
  86.  
  87. * Preferences dialog (Joshua Haberman)
  88.  
  89. * OGG Vorbis import (Joshua Haberman)
  90.  
  91. * Silence, Insert Silence commands
  92.  
  93. * Split and Duplicate commands
  94.  
  95. * Mac OS X support
  96.  
  97. * Supports recording on Mac OS 8 and 9
  98.  
  99. * Many bug fixes
  100.  
  101. Changes in 0.93:
  102.  
  103. * Displays playback/recording position indicator
  104.  
  105. * Keeps track of some preferences
  106.  
  107. * Supports arbitrary project sample rate
  108.  
  109. * Mac: opens documents from the Finder
  110.  
  111. * Floating tool palette is now dockable
  112.   (and docked by default)
  113.  
  114. * Fixed bugs in handling multiple open projects
  115.  
  116. * Supports recording (Windows, Linux)
  117.  
  118. * Frequency Window displays note names (i.e. C4, G#5)
  119.  
  120. * Many bug fixes for effects, including VST plug-in effects
  121.  
  122. Changes in 0.92:
  123.  
  124. * Added Frequency Plot window and improved Spectrum display
  125.  
  126. * Fixed bug in File:Open when the file to be opened was
  127.   actually a large WAV file
  128.  
  129. Changes in 0.91:
  130.  
  131. * Uses xaudio library to import mp3 files
  132.  
  133. * Zoom menu
  134.  
  135. Changes in 0.9:
  136.  
  137. * New floating tool palette with four tools (selection,
  138.   sliding, zooming, and envelope editing) plus play and
  139.   stop buttons
  140.  
  141. * Playback now mixes tracks, and you can work with the
  142.   document while listening.  The stop button works.
  143.  
  144. * Rewritten file handling functions.  The main view
  145.   is no longer dependent on the wxWindows DocView
  146.   classes, so we can handle files ourselves.  The
  147.   project file format is now text-based for easy
  148.   debugging.  Eventually it will probably move to XML.
  149.  
  150. * Improved handling of wave tracks: as before, the data
  151.   is stored in blocks, but now, the blocks are correctly
  152.   limited to betweek n and 2n bytes each (for some n),
  153.   which guarantees editing operations always take the
  154.   same amount of time, while also ensuring that projects
  155.   don't get more fragmented over time.
  156.  
  157. * Rewritten user interface code.  The shades of gray
  158.   are taken from the OS, and the project window has been
  159.   redesigned to have more consistent layout across all
  160.   platforms.
  161.  
  162. * Selecting "Open" now does the smart thing, opening a
  163.   project if you give it a project, or importing a WAV
  164.   file if you give it that.
  165.  
  166. * Flashing cursor indicates the current editing position
  167.  
  168. * Much improved ruler - besides looking nicer, the ruler
  169.   now displays the selection and the cursor.
  170.  
  171. * The zoom tool centers on the cursor so you can zoom
  172.   into wherever you are.
  173.  
  174.